WOSession Cookie Methods
|
|
Method
|
Description
|
setStoresIDsInCookies:
|
Enables and disables the storing of session and instance IDs in cookies.
|
storesIDsInCookies
|
Returns whether session and instance IDs are stored in cookies.
|
expirationDateForIDCookies (Objective-C only)
|
Override to return an expiration date for cookies created for the purpose of storing session and instance IDs (by default, no expiration is set).
|
domainForIDCookies (Objective-C only)
|
Returns the path passed when creating a session or instance ID cookie.
|